[INFO] cloning repository https://github.com/olyashok/lumibridge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/olyashok/lumibridge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folyashok%2Flumibridge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folyashok%2Flumibridge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 376ddd48692098e6b0d3fb7966480de2412872ff
[INFO] fixing olyashok/lumibridge against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folyashok%2Flumibridge" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/olyashok/lumibridge
[INFO] finished tweaking git repo https://github.com/olyashok/lumibridge
[INFO] tweaked toml for git repo https://github.com/olyashok/lumibridge written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/olyashok/lumibridge on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/olyashok/lumibridge already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded windows-interface v0.56.0
[INFO] [stderr]   Downloaded midir v0.10.4
[INFO] [stderr]   Downloaded windows-implement v0.56.0
[INFO] [stderr]   Downloaded windows-core v0.56.0
[INFO] [stderr]   Downloaded coremidi-sys v3.2.0
[INFO] [stderr]   Downloaded coremidi v0.9.0
[INFO] [stderr]   Downloaded alsa v0.9.1
[INFO] [stderr]   Downloaded nix v0.31.2
[INFO] [stderr]   Downloaded windows v0.56.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c33fb7e4313798e9c2391f0a9fb4d39a89c53ff722d9226fd9836066410e1680
[INFO] running `Command { std: "docker" "start" "c33fb7e4313798e9c2391f0a9fb4d39a89c53ff722d9226fd9836066410e1680", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c33fb7e4313798e9c2391f0a9fb4d39a89c53ff722d9226fd9836066410e1680" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c33fb7e4313798e9c2391f0a9fb4d39a89c53ff722d9226fd9836066410e1680", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c33fb7e4313798e9c2391f0a9fb4d39a89c53ff722d9226fd9836066410e1680" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking midir v0.10.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking lumi-bridge v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: `?` couldn't convert the error: `*mut alsa_sys::_snd_seq: Sync` is not satisfied
[INFO] [stdout]    --> src/midi.rs:185:10
[INFO] [stdout]     |
[INFO] [stdout] 178 |           let physical_input = physical_input.connect(
[INFO] [stdout]     |  _____________________________________________-
[INFO] [stdout] 179 | |             &input_port,
[INFO] [stdout] 180 | |             "lumi-bridge-blocks-input",
[INFO] [stdout] 181 | |             move |_timestamp, data, _| {
[INFO] [stdout] ...   |
[INFO] [stdout] 184 | |             (),
[INFO] [stdout] 185 | |         )?;
[INFO] [stdout]     | |         -^ `*mut alsa_sys::_snd_seq` cannot be shared between threads safely
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |           this can't be annotated with `?` because it has type `Result<_, ConnectError<MidiInput>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `ConnectError<MidiInput>`, the trait `Sync` is not implemented for `*mut alsa_sys::_snd_seq`
[INFO] [stdout]     = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout] note: required because it appears within the type `alsa::seq::Seq`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alsa-0.9.1/src/seq.rs:24:12
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub struct Seq(*mut alsa::snd_seq_t, cell::Cell<bool>);
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `std::option::Option<alsa::seq::Seq>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `midir::backend::alsa::MidiInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/backend/alsa/mod.rs:136:12
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub struct MidiInput {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `MidiInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/common.rs:57:12
[INFO] [stdout]     |
[INFO] [stdout]  57 | pub struct MidiInput {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `ConnectError<MidiInput>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/errors.rs:61:12
[INFO] [stdout]     |
[INFO] [stdout]  61 | pub struct ConnectError<T> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     = note: required for `anyhow::Error` to implement `From<ConnectError<MidiInput>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error: `Cell<bool>: Sync` is not satisfied
[INFO] [stdout]    --> src/midi.rs:185:10
[INFO] [stdout]     |
[INFO] [stdout] 178 |           let physical_input = physical_input.connect(
[INFO] [stdout]     |  _____________________________________________-
[INFO] [stdout] 179 | |             &input_port,
[INFO] [stdout] 180 | |             "lumi-bridge-blocks-input",
[INFO] [stdout] 181 | |             move |_timestamp, data, _| {
[INFO] [stdout] ...   |
[INFO] [stdout] 184 | |             (),
[INFO] [stdout] 185 | |         )?;
[INFO] [stdout]     | |         -^ `Cell<bool>` cannot be shared between threads safely
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |           this can't be annotated with `?` because it has type `Result<_, ConnectError<MidiInput>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `ConnectError<MidiInput>`, the trait `Sync` is not implemented for `Cell<bool>`
[INFO] [stdout]     = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout] note: required because it appears within the type `alsa::seq::Seq`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alsa-0.9.1/src/seq.rs:24:12
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub struct Seq(*mut alsa::snd_seq_t, cell::Cell<bool>);
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `std::option::Option<alsa::seq::Seq>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `midir::backend::alsa::MidiInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/backend/alsa/mod.rs:136:12
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub struct MidiInput {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `MidiInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/common.rs:57:12
[INFO] [stdout]     |
[INFO] [stdout]  57 | pub struct MidiInput {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `ConnectError<MidiInput>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/errors.rs:61:12
[INFO] [stdout]     |
[INFO] [stdout]  61 | pub struct ConnectError<T> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     = note: required for `anyhow::Error` to implement `From<ConnectError<MidiInput>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error: `*mut alsa_sys::_snd_seq: Sync` is not satisfied
[INFO] [stdout]    --> src/midi.rs:188:64
[INFO] [stdout]     |
[INFO] [stdout] 188 |             .connect(&output_port, "lumi-bridge-blocks-output")?;
[INFO] [stdout]     |              --------------------------------------------------^ `*mut alsa_sys::_snd_seq` cannot be shared between threads safely
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this can't be annotated with `?` because it has type `Result<_, ConnectError<MidiOutput>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `ConnectError<MidiOutput>`, the trait `Sync` is not implemented for `*mut alsa_sys::_snd_seq`
[INFO] [stdout]     = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout] note: required because it appears within the type `alsa::seq::Seq`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alsa-0.9.1/src/seq.rs:24:12
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub struct Seq(*mut alsa::snd_seq_t, cell::Cell<bool>);
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `std::option::Option<alsa::seq::Seq>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `midir::backend::alsa::MidiOutput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/backend/alsa/mod.rs:537:12
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub struct MidiOutput {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `MidiOutput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/common.rs:228:12
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub struct MidiOutput {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `ConnectError<MidiOutput>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/errors.rs:61:12
[INFO] [stdout]     |
[INFO] [stdout]  61 | pub struct ConnectError<T> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     = note: required for `anyhow::Error` to implement `From<ConnectError<MidiOutput>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error: `Cell<bool>: Sync` is not satisfied
[INFO] [stdout]    --> src/midi.rs:188:64
[INFO] [stdout]     |
[INFO] [stdout] 188 |             .connect(&output_port, "lumi-bridge-blocks-output")?;
[INFO] [stdout]     |              --------------------------------------------------^ `Cell<bool>` cannot be shared between threads safely
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this can't be annotated with `?` because it has type `Result<_, ConnectError<MidiOutput>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `ConnectError<MidiOutput>`, the trait `Sync` is not implemented for `Cell<bool>`
[INFO] [stdout]     = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout] note: required because it appears within the type `alsa::seq::Seq`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alsa-0.9.1/src/seq.rs:24:12
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub struct Seq(*mut alsa::snd_seq_t, cell::Cell<bool>);
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `std::option::Option<alsa::seq::Seq>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `midir::backend::alsa::MidiOutput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/backend/alsa/mod.rs:537:12
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub struct MidiOutput {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `MidiOutput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/common.rs:228:12
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub struct MidiOutput {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `ConnectError<MidiOutput>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/errors.rs:61:12
[INFO] [stdout]     |
[INFO] [stdout]  61 | pub struct ConnectError<T> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     = note: required for `anyhow::Error` to implement `From<ConnectError<MidiOutput>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error: `*mut alsa_sys::_snd_seq: Sync` is not satisfied
[INFO] [stdout]    --> src/midi.rs:185:10
[INFO] [stdout]     |
[INFO] [stdout] 178 |           let physical_input = physical_input.connect(
[INFO] [stdout]     |  _____________________________________________-
[INFO] [stdout] 179 | |             &input_port,
[INFO] [stdout] 180 | |             "lumi-bridge-blocks-input",
[INFO] [stdout] 181 | |             move |_timestamp, data, _| {
[INFO] [stdout] ...   |
[INFO] [stdout] 184 | |             (),
[INFO] [stdout] 185 | |         )?;
[INFO] [stdout]     | |         -^ `*mut alsa_sys::_snd_seq` cannot be shared between threads safely
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |           this can't be annotated with `?` because it has type `Result<_, ConnectError<MidiInput>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `ConnectError<MidiInput>`, the trait `Sync` is not implemented for `*mut alsa_sys::_snd_seq`
[INFO] [stdout]     = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout] note: required because it appears within the type `alsa::seq::Seq`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alsa-0.9.1/src/seq.rs:24:12
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub struct Seq(*mut alsa::snd_seq_t, cell::Cell<bool>);
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `std::option::Option<alsa::seq::Seq>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `midir::backend::alsa::MidiInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/backend/alsa/mod.rs:136:12
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub struct MidiInput {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `MidiInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/common.rs:57:12
[INFO] [stdout]     |
[INFO] [stdout]  57 | pub struct MidiInput {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `ConnectError<MidiInput>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/errors.rs:61:12
[INFO] [stdout]     |
[INFO] [stdout]  61 | pub struct ConnectError<T> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     = note: required for `anyhow::Error` to implement `From<ConnectError<MidiInput>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error: `Cell<bool>: Sync` is not satisfied
[INFO] [stdout]    --> src/midi.rs:185:10
[INFO] [stdout]     |
[INFO] [stdout] 178 |           let physical_input = physical_input.connect(
[INFO] [stdout]     |  _____________________________________________-
[INFO] [stdout] 179 | |             &input_port,
[INFO] [stdout] 180 | |             "lumi-bridge-blocks-input",
[INFO] [stdout] 181 | |             move |_timestamp, data, _| {
[INFO] [stdout] ...   |
[INFO] [stdout] 184 | |             (),
[INFO] [stdout] 185 | |         )?;
[INFO] [stdout]     | |         -^ `Cell<bool>` cannot be shared between threads safely
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |           this can't be annotated with `?` because it has type `Result<_, ConnectError<MidiInput>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `ConnectError<MidiInput>`, the trait `Sync` is not implemented for `Cell<bool>`
[INFO] [stdout]     = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout] note: required because it appears within the type `alsa::seq::Seq`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alsa-0.9.1/src/seq.rs:24:12
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub struct Seq(*mut alsa::snd_seq_t, cell::Cell<bool>);
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `std::option::Option<alsa::seq::Seq>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `midir::backend::alsa::MidiInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/backend/alsa/mod.rs:136:12
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub struct MidiInput {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `MidiInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/common.rs:57:12
[INFO] [stdout]     |
[INFO] [stdout]  57 | pub struct MidiInput {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `ConnectError<MidiInput>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/errors.rs:61:12
[INFO] [stdout]     |
[INFO] [stdout]  61 | pub struct ConnectError<T> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     = note: required for `anyhow::Error` to implement `From<ConnectError<MidiInput>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error: `*mut alsa_sys::_snd_seq: Sync` is not satisfied
[INFO] [stdout]    --> src/midi.rs:188:64
[INFO] [stdout]     |
[INFO] [stdout] 188 |             .connect(&output_port, "lumi-bridge-blocks-output")?;
[INFO] [stdout]     |              --------------------------------------------------^ `*mut alsa_sys::_snd_seq` cannot be shared between threads safely
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this can't be annotated with `?` because it has type `Result<_, ConnectError<MidiOutput>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `ConnectError<MidiOutput>`, the trait `Sync` is not implemented for `*mut alsa_sys::_snd_seq`
[INFO] [stdout]     = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout] note: required because it appears within the type `alsa::seq::Seq`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alsa-0.9.1/src/seq.rs:24:12
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub struct Seq(*mut alsa::snd_seq_t, cell::Cell<bool>);
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `std::option::Option<alsa::seq::Seq>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `midir::backend::alsa::MidiOutput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/backend/alsa/mod.rs:537:12
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub struct MidiOutput {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `MidiOutput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/common.rs:228:12
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub struct MidiOutput {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `ConnectError<MidiOutput>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/errors.rs:61:12
[INFO] [stdout]     |
[INFO] [stdout]  61 | pub struct ConnectError<T> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     = note: required for `anyhow::Error` to implement `From<ConnectError<MidiOutput>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error: `Cell<bool>: Sync` is not satisfied
[INFO] [stdout]    --> src/midi.rs:188:64
[INFO] [stdout]     |
[INFO] [stdout] 188 |             .connect(&output_port, "lumi-bridge-blocks-output")?;
[INFO] [stdout]     |              --------------------------------------------------^ `Cell<bool>` cannot be shared between threads safely
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this can't be annotated with `?` because it has type `Result<_, ConnectError<MidiOutput>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `ConnectError<MidiOutput>`, the trait `Sync` is not implemented for `Cell<bool>`
[INFO] [stdout]     = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout] note: required because it appears within the type `alsa::seq::Seq`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alsa-0.9.1/src/seq.rs:24:12
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub struct Seq(*mut alsa::snd_seq_t, cell::Cell<bool>);
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `std::option::Option<alsa::seq::Seq>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `midir::backend::alsa::MidiOutput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/backend/alsa/mod.rs:537:12
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub struct MidiOutput {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `MidiOutput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/common.rs:228:12
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub struct MidiOutput {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `ConnectError<MidiOutput>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/errors.rs:61:12
[INFO] [stdout]     |
[INFO] [stdout]  61 | pub struct ConnectError<T> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     = note: required for `anyhow::Error` to implement `From<ConnectError<MidiOutput>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `context` exists for enum `Result<MidiOutputConnection, ConnectError<MidiOutput>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/midi.rs:192:14
[INFO] [stdout]     |
[INFO] [stdout] 190 |           let virtual_keys = MidiOutput::new("lumi-bridge-keys")?
[INFO] [stdout]     |  ____________________________-
[INFO] [stdout] 191 | |             .create_virtual(&config.input_port)
[INFO] [stdout] 192 | |             .context("could not create virtual key output")?;
[INFO] [stdout]     | |             -^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/errors.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 |   pub struct ConnectError<T> {
[INFO] [stdout]     |   -------------------------- doesn't satisfy `ConnectError<MidiOutput>: Sync` or `_: StdError`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `ConnectError<MidiOutput>: anyhow::context::ext::StdError`
[INFO] [stdout]             which is required by `Result<MidiOutputConnection, ConnectError<MidiOutput>>: anyhow::Context<MidiOutputConnection, ConnectError<MidiOutput>>`
[INFO] [stdout]             `ConnectError<MidiOutput>: Sync`
[INFO] [stdout]             which is required by `Result<MidiOutputConnection, ConnectError<MidiOutput>>: anyhow::Context<MidiOutputConnection, ConnectError<MidiOutput>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `context` exists for enum `Result<MidiOutputConnection, ConnectError<MidiOutput>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/midi.rs:192:14
[INFO] [stdout]     |
[INFO] [stdout] 190 |           let virtual_keys = MidiOutput::new("lumi-bridge-keys")?
[INFO] [stdout]     |  ____________________________-
[INFO] [stdout] 191 | |             .create_virtual(&config.input_port)
[INFO] [stdout] 192 | |             .context("could not create virtual key output")?;
[INFO] [stdout]     | |             -^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/errors.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 |   pub struct ConnectError<T> {
[INFO] [stdout]     |   -------------------------- doesn't satisfy `ConnectError<MidiOutput>: Sync` or `_: StdError`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `ConnectError<MidiOutput>: anyhow::context::ext::StdError`
[INFO] [stdout]             which is required by `Result<MidiOutputConnection, ConnectError<MidiOutput>>: anyhow::Context<MidiOutputConnection, ConnectError<MidiOutput>>`
[INFO] [stdout]             `ConnectError<MidiOutput>: Sync`
[INFO] [stdout]             which is required by `Result<MidiOutputConnection, ConnectError<MidiOutput>>: anyhow::Context<MidiOutputConnection, ConnectError<MidiOutput>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `context` exists for enum `Result<MidiInputConnection<()>, ConnectError<MidiInput>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/midi.rs:205:14
[INFO] [stdout]     |
[INFO] [stdout] 197 |           let virtual_lights = virtual_light_input
[INFO] [stdout]     |  ______________________________-
[INFO] [stdout] 198 | |             .create_virtual(
[INFO] [stdout] 199 | |                 &config.lights_port,
[INFO] [stdout] 200 | |                 move |_timestamp, data, _| {
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | |             .context("could not create virtual light input")?;
[INFO] [stdout]     | |             -^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/errors.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 |   pub struct ConnectError<T> {
[INFO] [stdout]     |   -------------------------- doesn't satisfy `ConnectError<MidiInput>: Sync` or `_: StdError`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `ConnectError<MidiInput>: anyhow::context::ext::StdError`
[INFO] [stdout]             which is required by `Result<MidiInputConnection<()>, ConnectError<MidiInput>>: anyhow::Context<MidiInputConnection<()>, ConnectError<MidiInput>>`
[INFO] [stdout]             `ConnectError<MidiInput>: Sync`
[INFO] [stdout]             which is required by `Result<MidiInputConnection<()>, ConnectError<MidiInput>>: anyhow::Context<MidiInputConnection<()>, ConnectError<MidiInput>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `context` exists for enum `Result<MidiInputConnection<()>, ConnectError<MidiInput>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/midi.rs:205:14
[INFO] [stdout]     |
[INFO] [stdout] 197 |           let virtual_lights = virtual_light_input
[INFO] [stdout]     |  ______________________________-
[INFO] [stdout] 198 | |             .create_virtual(
[INFO] [stdout] 199 | |                 &config.lights_port,
[INFO] [stdout] 200 | |                 move |_timestamp, data, _| {
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | |             .context("could not create virtual light input")?;
[INFO] [stdout]     | |             -^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/midir-0.10.4/src/errors.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 |   pub struct ConnectError<T> {
[INFO] [stdout]     |   -------------------------- doesn't satisfy `ConnectError<MidiInput>: Sync` or `_: StdError`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `ConnectError<MidiInput>: anyhow::context::ext::StdError`
[INFO] [stdout]             which is required by `Result<MidiInputConnection<()>, ConnectError<MidiInput>>: anyhow::Context<MidiInputConnection<()>, ConnectError<MidiInput>>`
[INFO] [stdout]             `ConnectError<MidiInput>: Sync`
[INFO] [stdout]             which is required by `Result<MidiInputConnection<()>, ConnectError<MidiInput>>: anyhow::Context<MidiInputConnection<()>, ConnectError<MidiInput>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lumi-bridge` (bin "lumi-bridge" test) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lumi-bridge` (bin "lumi-bridge") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "c33fb7e4313798e9c2391f0a9fb4d39a89c53ff722d9226fd9836066410e1680", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c33fb7e4313798e9c2391f0a9fb4d39a89c53ff722d9226fd9836066410e1680", kill_on_drop: false }`
[INFO] [stdout] c33fb7e4313798e9c2391f0a9fb4d39a89c53ff722d9226fd9836066410e1680
